home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00212_Script_MM Hercules VaiFotos 2 < prev    next >
Text File  |  1999-03-19  |  394b  |  19 lines

  1. on mouseUp
  2.   global myMemSize
  3.   if the mouseV < 176 then 
  4.     set foto = 3
  5.     set pulo = -984
  6.   else if the mouseV > 259 then
  7.     set foto = 1
  8.     set pulo = 0
  9.   else
  10.     set foto = 6
  11.     set pulo = -2184
  12.   end if
  13.   
  14.   if myMemSize > 15 * 1024 * 1024 then
  15.     MMVaiFotos marker("HerculesFotos"), pulo, 13, 19
  16.   else
  17.     MMVaiFotosLimitado "HerculesFotos", foto
  18.   end if
  19. end